Page 89 - 2629_Devagiri_C-6
P. 89

FEATURES OF PYTHON    After a few seconds, once the installation is complete, a message will appear saying Setup was
 Python is a simple, powerful and versatile language with   successful.

 many applications. Its key features are listed below:
   Python’s simple,  English-like syntax  makes  it  easy
 for beginners to learn and understand programming   Python is one of the most popular
 concepts.  programming languages, with over
 12 million developers worldwide.
   Python executes code line by line, providing immediate
 results, which is ideal for step-by-step learning.                             6    Click on the Close button.

   Python is freely available to download and use without any license fees.

   Python code can run on different operating systems, such as Windows, macOS and Linux,   Python is now installed and ready to use on your computer.
 without requiring modifications.

   Python  includes  a vast  standard  library  that  offers a  wide  range of pre-written  code  and
 functions for various tasks.  MODES IN PYTHON

                 Python offers two main ways to interact with the programming environment: Shell Mode and
 INSTALLING PYTHON  Script Mode. Each mode has its own use cases and advantages depending on the task at hand.


 Installing Python is a simple process that can be completed in a few easy steps.  SHELL MODE

 Follow these steps to download and install the Python software:  Shell Mode allows you to execute Python code interactively. You can type Python code directly
                 at the prompt (>>>) and it will be executed immediately. This is a great way to experiment with
 1    Open the official Python website at   Python syntax or perform quick calculations.
 https://www.python.org/downloads/.
                 To start Python and work in Shell Mode, follow the given steps:


                                                 2    Type IDLE in the
 2    Click on the Download                             search box.
 Python 3.13.5 button. The Python
 setup file will be downloaded.
                                                   3    Click on IDLE
                                                (Python 3.13 64-bit)






                     1    Click on the
                       Start button.
 5    Click on the Install Now button.




 3    Click on the Open file
 option. The Python Setup
 window will appear.  The main IDLE window will appear.  IDLE  stands for  Integrated  Development  and  Learning
                 Environment. It is a code editor that allows you to write and run Python programs directly within
 4    Tick the Add python.exe to PATH checkbox.
                 the editor.



                                                                                                                  87
                                                                                              Python–Start to Code
   84   85   86   87   88   89   90   91   92   93   94